home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00904_Script_14NConditional Checker
< prev
next >
Wrap
Text File
|
1995-05-21
|
749b
|
31 lines
on exitFrame
global g25A, gmoney, gIntegrity, TV1, calls, Fug, sigis, g15A
Unloadcast
if g25A = "c" then
set TV1 = "c"
end if
if g15A = "c" then
set sigis = "c"
end if
if g15A = "x" then
set sigis = "c"
end if
if gIntegrity < -37 and gMoney < 80999 then
set calls = "LILM" -- Lo int./Lo $
set Fug = "LILM"
end if
if gIntegrity < -37 and gMoney >= 81000 then
set calls = "LIHM" -- Lo int./HI $
set Fug = "LIHM"
end if
if gIntegrity >= -36 and gMoney < 80999 then
set calls = "HILM" -- HI int./Lo $
set Fug = "HILM"
end if
if gIntegrity >= -36 and gMoney >= 81000 then
set calls = "HIHM" -- Lo int./Lo $
set Fug = "HIHM"
end if
end